Microsoft Windows Graphic

To identify the infrastructure master

Using the Windows interface

  1. Open Active Directory Users and Computers.
  2. Right-click the domain node, and then click Operations Masters.
  3. On the Infrastructure tab, under Operations masters, view the name of the current infrastructure master.

Notes

Using a command line

  1. Open Command Prompt.
  2. Type:

    dsquery server -hasfsmo infr

Value Description
-hasfsmo Finds the domain controller (server object) that currently holds the requested operations masters role.
infr Requests the infrastructure master of the forest.

Notes

Related Topics